home *** CD-ROM | disk | FTP | other *** search
- btsearchbar {
- -moz-binding: url('btsearchbar.xml#btsearchbar');
- }
-
- btsearchbar {
- -moz-box-pack: center;
- height: 20px;
- }
-
- btsearchbar textbox {
- -moz-appearance: none !important;
- background-image: url("resources/btsearchbar/search-left-bg.png") !important;
- background-repeat: no-repeat !important;
- background-position: center left !important;
- background-color: transparent !important;
- border: none !important;
- padding: 0px;
- padding-left: 10px !important;
- margin: 0px;
- height: 20px;
- }
-
- btsearchbar textbox > hbox {
- -moz-appearance: none !important;
- background-image: url("resources/btsearchbar/search-mid-bg.png") !important;
- background-repeat: repeat-x !important;
- background-position: center left !important;
- background-color: transparent !important;
- border: none;
- height: 20px;
- }
-
- btsearchbar button {
- -moz-appearance: none;
- background-color: transparent;
- border: none;
- padding: 0px !important;
- margin: 0px;
- width: 87px;
- min-height: 20px;
- }
-
- btsearchbar button > hbox {
- -moz-appearance: none;
- background-image: url("resources/btsearchbar/submit_btn_normal.png");
- background-repeat: no-repeat;
- background-position: center left;
- background-color: transparent;
- border: none;
- padding: 0px !important;
- margin: 0px;
- width: 87px;
- min-height: 20px;
- }
-
- btsearchbar button:hover > hbox {
- -moz-appearance: none;
- background-image: url("resources/btsearchbar/submit_btn_hover.png");
- background-repeat: no-repeat;
- background-color: transparent;
- border: none;
- width: 87px;
- min-height: 20px;
- }
-
- btsearchbar button:active > hbox,
- btsearchbar button:hover:active > hbox {
- -moz-appearance: none;
- background-image: url("resources/btsearchbar/submit_btn_active.png");
- background-repeat: no-repeat;
- background-color: transparent;
- border: none;
- width: 87px;
- min-height: 20px;
- }
-